div#ctl00_CustomWrapper {
    height: 120vh;
}

a#button3 {
    margin-top: 1.7rem;
}

a#button1 {
    margin-bottom: 8px !important;
}

a#button2 {
    margin-top: 0px;
}

p.text-block {
    color: #474C5E !important;
    font-family: "SourceSansPro-Regular";
    font-size: 1.13rem;
}

.card-body {
    border: 1px solid #707070;
    text-align: center;
    border-bottom: 2px solid #0335FF;
    padding: 20px;
}

div#ctl00_CustomWrapper {
    min-height: 21vw;
}

img.rs-img-one {
    width: 100%;
    mix-blend-mode: multiply;
}

img.rs-img-two {
    width: 100%;
    mix-blend-mode: multiply;
}

img.rs-img-three {
    width: 100%;
    mix-blend-mode: multiply;

}

h1 {
    font-family: "SourceSansPro-Bold";
    margin-top: 30px;
    color: #0B2265;
}

p.text-block {
    color: #474C5E !important;
    font-family: "SourceSansPro-Regular";
}

.card-title {

    color: #0B2265;
    font-family: "SourceSansPro-Bold";
}

@media (width <=2560px) {
    div#ctl00_CustomWrapper {
        min-height: fit-content;
    }

    div#ctl00_CustomWrapper {
        min-height: fit-content;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    div#ctl00_CustomWrapper {
        min-height: min-content;
        margin-bottom: 3rem;
    }
}

@media (width <=1024px) {
    div#ctl00_CustomWrapper {
        min-height: auto;
        margin-bottom: 3rem;
    }
}

@media (width <=425px) {
    div#ctl00_CustomWrapper {
        min-height: fit-content;
    }

    .card-body {
        margin-bottom: 2rem;
    }
}